home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / links / 00081_Script_link - AOLInst < prev    next >
Encoding:
Text File  |  2000-09-21  |  229 b   |  11 lines

  1. on mouseUp
  2.  
  3.  puppetSound 1, "ClickSound"
  4.  
  5.   if the platform = "Windows,32" then
  6.     open the moviepath&"software\AOLInst\AIM295UK.exe"
  7.   else 
  8.     open the moviepath&"software:AOLInst:InstallAIM4.1.1068"
  9.   end if
  10.   
  11. end